eNSP/VirtualBox 使用问题修复
Oct 10, 2025 · 406 字
软件资源:阿里云盘
如果 VirtualBox 启动虚拟机出错且无提示,并且运行 systeminfo
显示:
Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.
那么需要关闭 Hyper-V 功能:
bcdedit /set hypervisorlaunchtype off
如果启动虚拟机时报错,修改注册表即可:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\VBoxDrv" /v Start /t REG_DWORD /d 2 /f