Skip to content

Instantly share code, notes, and snippets.

@theboshy
Last active April 25, 2018 17:21
Show Gist options
  • Save theboshy/6c10c867e6b68580c3ee18c8468cf972 to your computer and use it in GitHub Desktop.
Save theboshy/6c10c867e6b68580c3ee18c8468cf972 to your computer and use it in GitHub Desktop.
habilitar o desabilitar permanentemente Hyper-v desde comandos con permisos superiores
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