How to detect if my application is running in a VM on Paralles

GiordanoS

Member
As in the title, what is the best way to detect if my windows application is running in a windows virtual machine in Parallels?
 
Sorry, my fail.
I mean, as a developer, how detect it inside my application with code. What I can check? There is something is system info in the Windows VM ?
 
Sorry, my fail.
I mean, as a developer, how detect it inside my application with code. What I can check? There is something is system info in the Windows VM ?
You can use the command "systeminfo" on command prompt or by typing "msinfo32" on run or by typing "control system" on run to see system info.
 
Back
Top