当我试图在VMware上播放VM时,我会得到以下错误:
The processor does not support XSAVE. This virtual machine cannot be powered on.
我在网上看到了一些关于在windows控制面板中禁用hyper-v
的内容,但是当我查看Control Panel -> Program and Features -> Turn Windows features on or off
时,hyper-v
是关闭的。
我不知道出了什么问题,因为我以前在这台计算机上使用过VMware,它起了作用。我卸载了它,几个月后相同的映像就不能运行了。
发布于 2022-04-25 07:39:18
弄明白了!
以管理员run bcdedit /set hypervisorlaunchtype off
身份打开命令提示符,然后重新启动计算机。
https://stackoverflow.com/questions/71993433
复制相似问题