虚拟机中被提示请不要在虚拟机中运行此程序 解决方法,“Themida Sorry, this application cannot run...
虛擬機(jī)中被提示"請(qǐng)不要在虛擬機(jī)中運(yùn)行此程序" 解決方法.
英文提示:"Themida Sorry, this application cannot run under a Virtual Machine"
解決 VMware 虛擬機(jī) 中被提示 “請(qǐng)不要在虛擬機(jī)中運(yùn)行此程序”或者“Themida Sorry, this application cannot run under a Virtual Machine”方法
自己發(fā)現(xiàn)問(wèn)題,解決問(wèn)題后,覺(jué)得應(yīng)該分享給大家。
用記事本打開(kāi) VMX 文件 類(lèi)似 Windows XP Professional.vmx
在文本末尾加入一行
monitor_control.restrict_backdoor = TRUE
保存文件
現(xiàn)在啟動(dòng)虛擬機(jī) 就不會(huì)被其他不能運(yùn)行的軟件檢測(cè)到了
如果還被檢測(cè)可以再加入一行
disable_acceleration = TRUE
“這樣處理以后 可能有個(gè)后遺癥 就是 VMTools 無(wú)法加載了”————
我的沒(méi)有遇到這種情況
以上來(lái)自網(wǎng)絡(luò),未親測(cè)
=======================重 -------- 點(diǎn)===========================
1原因:是因?yàn)榇顺绦驎?huì)自動(dòng)執(zhí)行虛擬機(jī)檢測(cè),從而禁止在虛擬機(jī)運(yùn)行。
2解決辦法:打開(kāi) VMware 虛擬機(jī)的配置文件,這是一個(gè)后綴為 vmx 的文本文件。在里面加入以下內(nèi)容
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"
這段代碼在7.0-7.1版本虛擬機(jī)好用.
總結(jié)
以上是生活随笔為你收集整理的虚拟机中被提示请不要在虚拟机中运行此程序 解决方法,“Themida Sorry, this application cannot run...的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: git pull远程master_git
- 下一篇: DAVINCI DM3730开发攻略——