- 精华
- 阅读权限
- 80
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2012-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
首先 你的虚拟机要是VMware Workstation V7.01 以上版本的 低版本的没试过 软件网上有 安装也很简单
在你安装成功以后 找到虚拟机安装目录下的Windows XP Professional.vmx这个文件,把下面的这几行代码COPY进去,就是用记事本打开,把代码粘贴到最下面,保存退出,应该就可以了,要注意,加了这代码后,虚拟机的系统CPU占用会很高,说白了就是你的虚拟机会很卡 但是绝对可以运行传奇SF 不会点完登陆器没反应或提示你不能在虚拟机运行 再次声明 这个解决办法也是我在网上找到的 所以 我是小白 卡的话我也没办法解决
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" |
|