Skip to content

Instantly share code, notes, and snippets.

@kriskornel
Created February 4, 2018 15:27
Show Gist options
  • Save kriskornel/3e11c4f23d93d136e914220626155bdf to your computer and use it in GitHub Desktop.
Save kriskornel/3e11c4f23d93d136e914220626155bdf to your computer and use it in GitHub Desktop.
COMMAND LINE DISABLE/ ENABLE HIPER-V WINDOWS

In an elevated Command Prompt write this :

To disable:

bcdedit /set hypervisorlaunchtype off

To enable:

bcdedit /set hypervisorlaunchtype auto

RESTART

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment