在 vm player 下安装了 win2012 r2, 但是启用 hyper-v的时候,提示不支持,

这时候要修改

  • Open the file Location for this Virtual Machine, open the file extension (*.vmx) with Notepad.
  • In the last line, add this code and save it:

  hypervisor.cpuid.v0 = “FALSE”

        mce.enable = “TRUE”

        vhu.enable = “TRUE”

  • After that, edit the CPU settings on VM from VMware Workstation/Player by checking the following options:

         ✔ Virtualize Intel VT-x/EPT or AMD-V/RVI.

        ✔ Virtualize CPU Performance counters.

应该就OK了。

之前用过 VirtualBox,但是不知道怎么嵌套虚拟化,网上搜了下,有人说不支持,但是也每个官方的说法,不知道怎么回事

最新文章

  1. W3School-CSS 分类 (Classification) 实例
  2. 图层的核心动画(CABaseAnimation)
  3. Codeforces gym 100685 A. Ariel 暴力
  4. Number of Containers(数学) 分类: 数学 2015-07-07 23:42 1人阅读 评论(0) 收藏
  5. cocos2d-x-3.0新建工程以及移植其他平台
  6. 如何在centos7上安装源码包
  7. Ubuntu下deb包的解压、打包、安装、卸载及常用命令参数
  8. SSM-MyBatis-04:Mybatis中使用properties整合jdbc.properties
  9. SpringBoot整合RabbitMQ-消息可靠性投递
  10. 点击按钮下载图片(ie,FF,chrome)
  11. ThreadPoolExecutor线程池详解
  12. CodeCraft-19 and Codeforces Round #537 (Div. 2) 题解
  13. [arc066f]Contest with Drinks Hard
  14. gitlab重置root的密码
  15. 第16月第26天 /bin/bash^M: bad interpreter: 没有那个文件或目录
  16. glove理解
  17. java自定义注解学习(二)_注解详解
  18. Cookie学习笔记
  19. linux--多进程进行文件拷贝
  20. Maven系列(十)发布自己的项目到 Maven 中央仓库

热门文章

  1. Python学习--10 面向对象编程
  2. ASP.NET Zero--9.一个例子(2)商品分类管理-列表
  3. js实现表格的增删改查
  4. idea导入web项目的部署
  5. SQLite 约束
  6. js遍历数组对象和非数组对象
  7. php dday1... web服务器的搭建 数据库的安装....
  8. eclipse 一些快捷键
  9. iOS中的布局
  10. [其他]Android SDK离线文件路径以及安装更新方法