Skip to content

Instantly share code, notes, and snippets.

@karol-pawlowski
Created February 7, 2019 13:55
Show Gist options
  • Save karol-pawlowski/2c4113facf016522f4676abe8bb11ab6 to your computer and use it in GitHub Desktop.
Save karol-pawlowski/2c4113facf016522f4676abe8bb11ab6 to your computer and use it in GitHub Desktop.
# Switch HyperV off
bcdedit /set hypervisorlaunchtype off
#Switch HyperV on
bcdedit /set hypervisorlaunchtype auto
#Above require system reboot but allow quick toggle so switch from HyperV to VirtualBox can be done painless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment