VMware Workstation cannot connect to the virtualmachine.解决办法

来源:互联网 发布:s3世界总决赛faker数据 编辑:程序博客网 时间:2024/06/10 00:55

今天打开VMware时,弹出对话框,提示下述问题:

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授权服务没有开启,具体处理方法如下:

No1. "This PC(我的电脑)"---右键"manage(管理)"---"Service and Applications(服务和应用)"---"Service(服务)"---右栏"Vmware Authorization Service"。

No2. 找到Vmware Authorization Service,点击右键属性。

No3.将Startup Type(启动类型)改为Automatic(自动),点击“OK”。

No4. 在Vmware Authorization Service上,点击右键start(开始),即可看到已经在Running(运行)。

至此,已经OK,打开虚拟机中的系统正常,问题解决。

1 0