招商银行专业版本越来越变态了。如果是文件证书的现在开始检测虚拟机,如果发现有虚拟机就不干活。现在提供
两种解决方案如下, 都经过linux下面的测试。
1. 使用招商银行的usb key, 我测试过 使用33型的key, 在vmware和virtual box的虚拟机里面 都可以正常运行专业版
本,不过这个key是要花钱的。
2. 如果你的电脑足够快,那么首先你把你的vmware虚拟机里面的操作系统调到快的状态(关闭不必要的程序自动
更新...) 然后关闭虚拟机。
打开vmware 虚拟机的配置文件, 这是一个后缀为vmx的文本文件. 在里面加入以下内容:
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"
这些参数不一定都需要,不过保险的是都加。可以提高模拟的真实性,不过速度也会慢很多。
对今天的招商银行专业版而言,只需要加:
isolation.tools.setVersion.disable = "TRUE"~
isolation.tools.getVersion.disable = "TRUE"~
这两个不影响虚拟机速度,请在修改vmx文件完毕后测试vmware是否能登录专业版。
如何在linux下面运行招商银行专业版
更新时间: 2007-06-05 10:12:21来源: 粤嵌教育浏览量:904