Created
July 12, 2019 18:55
-
-
Save jackz314/d1c0afa672c17837bbcaf95e0eb4e3e3 to your computer and use it in GitHub Desktop.
Turn off Hyper-V on Windows completely (for VT-X to work)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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