VMware: verstecken das der Client in einer VM läuft

die vmx Datei bearbeiten und folgendes hinzufügen:

monitor_control.restrict_backdoor = "TRUE"

Falls das nicht reicht, folgende Parameter testen:

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"