Virtualbox以及VWare在Win10下的不兼容

简介: 异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html Hyper原因导致的,关闭即可 禁用 hyper-vbcdedit /set hypervisorlaunchtype off 启动 hyper-vbcdedit /set hypervisorlaunchtype auto 重启一下就好了 作者:毒逆天 出处:https://www.cnblogs.com/dotnetcrazy 打赏:18i4JpL6g54yAPAefdtgqwRrZ43YJwAV5z 本文版权归作者和博客园共有。

异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html

Hyper原因导致的,关闭即可

禁用 hyper-v
bcdedit /set hypervisorlaunchtype off

启动 hyper-v
bcdedit /set hypervisorlaunchtype auto

重启一下就好了

作者: 毒逆天
打赏: 18i4JpL6g54yAPAefdtgqwRrZ43YJwAV5z
本文版权归作者和博客园共有。欢迎转载,但必须保留此段声明,且在文章页面明显位置给出原文连接!
目录
相关文章
|
4月前
|
Windows
解决windows installer 错误一例
解决windows installer 错误一例
|
C语言 C++ Windows
windows 配置MingGW64 编译环境
1.下载minggw 包 在MinGW网址中下载下面框选的2个中的一个,我下载的是下面的那个
159 0
|
Windows
解决xp下无法通过windows installer服务安装此安装程序包。您必须安装带有更新版本Wi
今天装 tortoisegit 的时候发现安装包不能使用。报错无法通过windows installer服务安装此安装程序包。您必须安装带有更新版本Windows Installer服务的Windows Service Pack解决方案: http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=8483 下载新的更新补丁然后重启之后再次安装tortoisegit 就ok了。
1897 0
|
Web App开发 Linux 虚拟化
CrossOver2022中文版本linux和Mac 系统兼容window
CrossOver由codewaver公司开发的类虚拟机软件,目的是使linux和Mac OS X操作系统和window系统兼容。
494 0
|
Java Windows
Windows 下同时安装多个版本的 JDK
Windows 下同时安装多个版本的 JDK
221 0
Windows 下同时安装多个版本的 JDK
|
Windows
Windows Vista不兼容VS2005(需打补丁)
在Windows Vista平台上直接安装VS2005,没有想到安装程序直接就提示Vista与VS2005存在已知的兼容问题
485 0
|
IDE 开发工具 Windows