Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Created December 3, 2024 14:46
Show Gist options
  • Select an option

  • Save codethereforam/407e2fe82578f2a4788f721e76beef64 to your computer and use it in GitHub Desktop.

Select an option

Save codethereforam/407e2fe82578f2a4788f721e76beef64 to your computer and use it in GitHub Desktop.
开启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