View Single Post
  #2  
Old 12-06-2004, 01:35
nikita@work
 
Posts: n/a
Quote:
Originally Posted by taos
VMWare:
mov eax, 564D5868h
mov ebx, 00000000h
mov ecx, 0000000Ah
mov edx, 00005658h
in eax, dx
cmp ebx, 564D5868h
jne @@exit
mov Result, True
@@exit:
Try to add following to VMX file

isolation.tools.getVersion.disable = "TRUE"

You will be surprised ;)
Reply With Quote