Last active
March 27, 2020 12:23
-
-
Save thiagoeh/7ab5da51e39511b9af1de07706567de1 to your computer and use it in GitHub Desktop.
Enable Hyper-V on Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v | |
| Get-WindowsOptionalFeature -Online -FeatureName *hyper-v* | select DisplayName, FeatureName, State | |
| 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