美文网首页
VirtualBox Error: Call to NEMR0I

VirtualBox Error: Call to NEMR0I

作者: XBruce | 来源:发表于2021-11-05 09:34 被阅读0次

    After searching for a couple of hours and trying various things..finally below method worked for me on Windows 10

    In order to allow VirtualBox to run properly you need to enable/disable the following windows feature by going into programs and features (Win + R >> appwiz.cpl)

    Disable Hyper-V (if it is available on your machine)
    Enable "Virtual Machine platform"
    Enable "Windows Hypervisor Platform"
    Disable "Windows Sandbox" (if available on your machine)
    Open Powershell command prompt as admin and then run following command

    bcdedit /set hypervisorlaunchtype off

    Restart machine

    相关文章

      网友评论

          本文标题:VirtualBox Error: Call to NEMR0I

          本文链接:https://www.haomeiwen.com/subject/jjolzltx.html