zoukankan      html  css  js  c++  java
  • 过软件虚拟机的检查

    首先你把你的 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" 

    这两个,不影响虚拟机速度。以后不行了再加其它项。


    2、改虚拟机操作系统注册表
    找到下面的注册表项:

    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Class/{4D36E968-E325-11CE-BFC1-08002BE10318}/0000
    将DriverDesc 项的内容清空(千万不要删除此项)

  • 相关阅读:
    法正(25):劝降
    单例模式
    Redis学习笔记(六)---List
    canvas的使用
    HTML5的新特性
    html学习笔记一
    matlab无法使用
    Hadoop笔记(一)
    PL/SQL笔记(一)
    Oracle数据库(二)
  • 原文地址:https://www.cnblogs.com/zcc1414/p/3982523.html
Copyright © 2011-2022 走看看