Created
December 3, 2024 14:46
-
-
Save codethereforam/407e2fe82578f2a4788f721e76beef64 to your computer and use it in GitHub Desktop.
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
| 开启WSL2后WMware无法启用vt-x | |
| 原因: | |
| Only one software component can use this hardware at a time | |
| 参考: | |
| https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/virtualization-apps-not-work-with-hyper-v | |
| 解决: | |
| bcdedit /set hypervisorlaunchtype off | |
| 还原: | |
| bcdedit /set hypervisorlaunchtype auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment