Skip to content

Instantly share code, notes, and snippets.

@saramgsilva
Created October 26, 2014 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saramgsilva/77d454e2881b205d8a97 to your computer and use it in GitHub Desktop.
Save saramgsilva/77d454e2881b205d8a97 to your computer and use it in GitHub Desktop.
PowerShell commands for enable/disable the Hyper-V
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Note: Run PowerShell as Admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment