操作方法
错误提示见下图
导致上图问题出现的原因是修改 系统文件夹下的XX.vmx文件引起的,因此我们需要修改vmx文件里的内容(以记事本打开编辑,编辑前我们需要 备份vmx文件)
之所以不能安装是因为你的虚拟机设置了以下某些禁止检测的项目了,关闭后就可以安装了: monitor_control.restrict_backdoor = “true” isolation.tools.getPtrLocation.disable = “TRUE” isolation.tools.setPtrLocation.disable = “TRUE” isolation.tools.setVersion.disable = “TRUE” isolation.tools.getVersion.disable = “TRUE” monitor_control.disable_directexec = “TRUE” monitor_control.disable_chksimd = “TRUE” monitor_control.disable_ntreloc = “TRUE” monitor_control.disable_selfmod = “TRUE” monitor_control.disable_reloc = “TRUE” monitor_control.disable_btinout = “TRUE” monitor_control.disable_btmemspace = “TRUE” monitor_control.disable_btpriv = “TRUE” monitor_control.disable_btseg = “TRUE” 这些配置参数代码不一定全部都有,如果有那就删除掉,VMware tools 工具安装完成后,在吧原本备份前的vmx文件,放回相对应的文件夹。 总结:之所以配置文件会被修改,就是为了让系统检测此系统并不是在虚拟机里安装,结果 vmware tools只认虚拟机。
然后打开虚拟机VMware tools 工具安装,查看是否可以正常安装
到这个界面如果不提示“VMware tools 只能在虚拟机中安装”那么就大功告成了
安装之后需要确认下是否安装成功,如果提示“重新安装VMware 工具”就证明已经安装成功了