解决VirtualBox虚拟机内存0x00000000不能为written问题?

运行VirtualBox提示0x00000000错误“0x00000000指令引用的0x00000000内存该内存不能为written?

 

1,如果是win7系统的话,搜索得到的大多数修改 dll文件

2,重点看win10 系统:

一般是因为 Windows 里面的 hyper-V 没关闭,Virtualbox 与 hyper-V 是冲突的,所以出现了异常

在 Windows 中打开 cmd 命令提示符(需要在管理员身份下执行哈),在其中输入以下命令来关闭 hyper-V

bcdedit /set hypervisorlaunchtype off

然后重启电脑,即可。

 

如果以后要重新打开 hyper-V ,可以用以下命令

bcdedit /set hypervisorlaunchtype auto

 

如果还是不行,可以在安装 virtualbox 之前,先安装一下它的 VirtualBox Extension Pack:

https://www.virtualbox.org/wiki/Downloads  里面 VirtualBox x.x.x Oracle VM VirtualBox Extension Pack

(这里的 x.x.x 是对应你下载的 VirtualBox 的版本)

 

原文:https://coding.imooc.com/learn/questiondetail/182256.html

 

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-26
  • 2021-09-04
  • 2022-01-08
  • 2021-11-04
  • 2021-08-04
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案