zoukankan      html  css  js  c++  java
  • VMware 新建个虚拟机后,启动提示:The VMware Authorization Service is not running

    新安装的VMware,新建一台虚拟机后,已启动就提示:The VMware Authorization Service is not running

    错误提示:

    VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the program uses, and access all directories for temporary files.

    The VMware Authorization Service is not running。

    环境:

    VMware版本:VMware12

    系统:windows10

    错误原因:

    部分VMware的服务没有启动。

    解决方法:

    1.鼠标在桌面我的电脑的图标上,右击,选择管理

    2.打开管理之后,找到服务,在服务里找有关于VMware的服务,选中该服务后,右击,打开属性

    3.打开属性之后,把启动类型改为自动,然后再服务状态上,单击启动,最后确定。

    4.在服务里找到其他没有启动的VMware的服务,全部安装以上流程,设置一遍,再次打开VMware的虚拟机就可以启动了。

  • 相关阅读:
    正则表达式---用户验证
    最短路 Dijkstra
    最短路 Dijkstra+堆优化
    LCIS(最长公共上升子序列)
    最小生成树 Kruskal
    网络流 最大流
    网络流 最小费用最大流
    树链剖分
    树状数组
    双重Hash
  • 原文地址:https://www.cnblogs.com/APeng2019/p/10719329.html
Copyright © 2011-2022 走看看