Last active
November 3, 2017 13:36
-
-
Save zeqk/44690932b74a9792fda9e61874fc69cc to your computer and use it in GitHub Desktop.
Deshabilitar Hyeper-V
http://www.poweronplatforms.com/enable-disable-hyper-v-windows-10-8/
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
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All | |
Disable-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