如何在Windows 10上禁用运行Hyper-V?

问题描述 投票:0回答:1

在禁用Hyper-V之前,Android工作室不允许启动虚拟设备。我尝试通过运行命令禁用它 - bcdedit / set hypervisorlaunchtype off&reboot。不幸的是,它并没有帮助。有没有止损方法?

android android-studio
1个回答
0
投票

尝试使用PowerShell的特权模式

禁用-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

© www.soinside.com 2019 - 2024. All rights reserved.