其实引起这个问题的原因,是修改 XX.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只认虚拟机。

 

posted on 2018-02-11 00:11  深天啦啦  阅读(923)  评论(0)    收藏  举报