Last active
April 25, 2018 17:21
-
-
Save theboshy/6c10c867e6b68580c3ee18c8468cf972 to your computer and use it in GitHub Desktop.
habilitar o desabilitar permanentemente Hyper-v desde comandos con permisos superiores
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 => $ dism.exe /Online /Disable-Feature:Microsoft-Hyper-V | |
disable => $ dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment