Hai guys
I had problem with application, I would get can't run a application on virtual machine, so after that I added a few lines to .vmx (and the application is working)
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"
but after I start windows I get cpu 100% whole time!?
problem is somewhere in:
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"
but I dont know what to do, can someone help me?
Thanks