Skip to content

Instantly share code, notes, and snippets.

@jackz314
Created July 12, 2019 18:55
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 jackz314/d1c0afa672c17837bbcaf95e0eb4e3e3 to your computer and use it in GitHub Desktop.
Save jackz314/d1c0afa672c17837bbcaf95e0eb4e3e3 to your computer and use it in GitHub Desktop.
Turn off Hyper-V on Windows completely (for VT-X to work)
[in Windows UI]
Turn on/off Windows Features -> Untick Hyper-V
[in cmd or PowerShell]
bcdedit /set hypervisorlaunchtype off
[in PowerShell]
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment