First, the emergence of the problem
After VMware finishes the Virtual Machine Setup Wizard, the "Unable to get version of the VMCI driver: Invalid Handle" error message appears in 1 when you just want to turn on the virtual machine for the operating system installation. (I run the environment for Windows 10,vmware 12)
650) this.width=650; "Src=" https://s2.51cto.com/wyfs02/M00/8F/1F/wKiom1jT-sCjFvooAAAnupGL2v8970.png-wh_500x0-wm_ 3-wmp_4-s_4231067273.png "title=" Qq20170324002755.png "width=" "height=" 202 "border=" 0 "hspace=" 0 "vspace=" 0 " Style= "WIDTH:400PX;HEIGHT:202PX;" alt= "Wkiom1jt-scjfvooaaanupgl2v8970.png-wh_50"/>
Figure 1 Error window
Second, the solution
1. Open the virtual machine main interface, select the virtual machine that failed to install successfully, find the path of the configuration file as shown in "Configuration file" below the interface (Figure 2)
650) this.width=650; "Src=" https://s3.51cto.com/wyfs02/M02/8F/1D/wKioL1jT_EfCyhECAADPBj_XTgc098.png-wh_500x0-wm_ 3-wmp_4-s_1675633197.png "title=" Qq20170324004758.png "alt=" Wkiol1jt_efcyhecaadpbj_xtgc098.png-wh_50 "/>
Figure 2 Finding the virtual machine configuration file path
2, find the configuration file of Step 1, right click "Open in Notepad" (I use notepad++, the same principle)
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M00/8F/1F/wKiom1jT_dmSCs0mAAC908VXGH0520.png-wh_500x0-wm_ 3-wmp_4-s_1902238540.png "title=" Qq20170324005359.png "alt=" Wkiom1jt_dmscs0maac908vxgh0520.png-wh_50 "/>
Figure 3 Locating the configuration file
3. Find the Vmci0.present= "TRUE" code (4) and change the ture to False to save.
650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M01/8F/1F/wKiom1jT_sWR1mH-AABxiEIl_Fs445.png-wh_500x0-wm_ 3-wmp_4-s_2799113861.png "title=" Qq20170324005829.png "alt=" Wkiom1jt_swr1mh-aabxieil_fs445.png-wh_50 "/>
Figure 4 Finding the vmci0.present= "TRUE" code
Third, the cause of the problem
VMCI is a host and virtual machine between the switch layer, can help the virtual machine to call hardware resources faster, but win10 support is imperfect, the individual machine will error, vmci0.present= ' FALSE ' is to disable this component, does not affect the normal operation of the virtual machine.
This article from "xuan97916" blog, reproduced please contact the author!
"Virtual machine" for VMware Tips "Unable to get version of VMCI driver: Invalid handle" solution