Hi there,
is there a way that my vb6 app will check if the application was executed under virtual machine (vmware, virtualpc or similar)
Thanks and best regards,
alexis
Printable View
Hi there,
is there a way that my vb6 app will check if the application was executed under virtual machine (vmware, virtualpc or similar)
Thanks and best regards,
alexis
you could probably do this by checking the network adaptors, or other device provided by the host
hi,
do you have any sample codes?
alexis
no i just thought of it, but wmi should be able to get information about network adadptors, to determine if they are devices provided by the vmware or others
i don't have a virtual windows box to test on