How to run programs on virtual PC if program does not allow

Post your topic here if there is no suitable forum...

Return to Other

How to run programs on virtual PC if program does not allow

Postby ecuedit » Mon Aug 12, 2013 4:28 pm

Edit the Windows Xp.vmx file and add the following code:

monitor_control.virtual_rdtsc = "false"
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"


if vmware player does not recognise: isolation.tools.getVersion.disable = "true" ,
delete that line and your result should look like that:

monitor_control.virtual_rdtsc = "false"
monitor_control.restrict_backdoor = "true"
isolation.tools.getPtrLocation.disable = "true"
isolation.tools.setPtrLocation.disable = "true"
isolation.tools.setVersion.disable = "true"
monitor_control.disable_directexec = "true"

ecuedit
Site Admin
 
Posts: 2225
Joined: Fri Feb 24, 2012 10:10 pm
Location: Slovenia

Return to Other

Who is online

Users browsing this forum: No registered users and 0 guests