zoukankan      html  css  js  c++  java
  • 解决VMWare“Could not get vmci driver version句柄无效”的错误

    游侠的操作系统是64 bit的Windows 7,平时都是用VMware Workstation 8.0.1测试软件,前几天系统出了点问题,从别的电脑上复制了一部分注册表文件过来导入了,今天打开Vmware发现挂了……具体:

    我在一个已有的Windows 2003 Server的镜像上添加了一块SCSI硬盘,然后启动,提示:

    Could not get vmci driver version: 句柄无效.

    You have an incorrect version of driver “vmci.sys“. Try reinstalling VMware Workstation.

    Module DevicePowerOn power on failed

    这个……按照提示,我重装了vmware,结果发现依然是这样……搜索之,发现了这个:

    找到虚拟机的VMX文件xxxx.vmx,用记事本打开,把vmci0.present = “TRUE” 这行去掉,保存。重新打开虚拟机就可以了!

    打开Windows 2003 Server镜像目录中的Windows Server 2003 Enterprise Edition.vmx文件,去掉上面提示的vmci0.present = “TRUE”,重新打开,搞定!

  • 相关阅读:
    「CodeForces
    「POJ
    「CodeForces
    「CodeForces
    【CodeForces 717C】Potions Homework
    【CodeForces 730H】Car Repair Shop
    【CodeForces 730H】Delete Them
    【Gym 100947I】What a Mess
    j
    PDE工具箱的简单使用
  • 原文地址:https://www.cnblogs.com/martian6125/p/9631087.html
Copyright © 2011-2022 走看看