Skip to content

Instantly share code, notes, and snippets.

@Semdevmaster
Created July 30, 2021 07:34
Show Gist options
  • Select an option

  • Save Semdevmaster/b1b7e9c79a60e3ffbf0d85c2ab9ebe29 to your computer and use it in GitHub Desktop.

Select an option

Save Semdevmaster/b1b7e9c79a60e3ffbf0d85c2ab9ebe29 to your computer and use it in GitHub Desktop.
ON/OFF Hyper-V on Windows
Enter commands in console from administrator
#Enable Hyper-V
bcdedit /set hypervisorlaunchtype auto
#restart pc
#Disable Hyper-V
bcdedit /set hypervisorlaunchtype off
#restart pc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment