zoukankan      html  css  js  c++  java
  • 虚拟机提示:无法打开内核设备“\.Globalvmx86”: 系统找不到指定的文件

    虚拟机提示:无法打开内核设备“\.Globalvmx86”: 系统找不到指定的文件

    Win 10 vmware12 无法打开内核设备“\.Globalvmx86”: 系统找不到指定的文件。你想要在安装 VMware Workstation 前重启吗?

    打开vmware12后出现内核错误,查了一下,在自己的win10下面应该是如下的解决方法:

    1. 找到c:windowssystem32cmd.exe 文件,右击选择以管理员身份运行

    2. 输入以下的命令并回车

    net start vmci

    net start vmx86

    net start VMnetuserif

    3. 改变vmware几种服务的启动方式为:

    sc config vmci start= auto

    sc config vmx86 start= auto

    sc config VMnetuserif start= auto

    这一点儿与win7下面的有所不同,特此提醒,win7下面的是:

    sc config vmci=auto

    sc config vmx86=auto

    sc config VMnetuserif=auto

    如果无法运行命令,则从 VMware Workstation安装目录,找到 :vmci.sys文件并复制到c:windowssystem32drivers

  • 相关阅读:
    计算最大公约数 Exercise05_14
    求满足n^2>12000的n的最大值 Exercise05_13
    依赖注入(DI)
    spring容器
    基于xml文件的bean的配置
    小试牛刀 spring的HelloWorld
    spring 装配Bean
    spring介绍
    hibernate相关类与接口
    hibernate 预习
  • 原文地址:https://www.cnblogs.com/hahayixiao/p/10250016.html
Copyright © 2011-2022 走看看