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"

User avatar
ecuedit
CARPRO
 
Posts: 2221
Joined: Fri Feb 24, 2012 10:10 pm
Location: European Union

Return to Other

Who is online

Users browsing this forum: No registered users and 0 guests