How to distinguish between Windows XP Professional/Home and Embedded

  • Thread starter Thread starter Günter Wirth
  • Start date Start date
G

Günter Wirth

Hallo,

How can a programm, that runs on Windows XP Professional/Home and
Windows Embedded distinguish on which system it runs?

Are the special registry settings or other files with other versions on an
Embedded system?
Do anybody know how a program can find out, that it is running on an
Embedded system?

Regards,
Günter
 
Hi Slobodan,

Exists a workaround, that the function GetVersionEx in Windows Embedded
don't return the VER_SUITE_EMBEDDEDNT flag?

Regards,
Günter
 
Hi Günter,
Exists a workaround, that the function GetVersionEx in Windows Embedded
don't return the VER_SUITE_EMBEDDEDNT flag?

Perhaps, but I have not bothered to figure this out :-(

Regards,
Slobodan
 
Hello,

I think it depends on
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions\ProductSu
ite=EmbeddedNT

but it is not possible to change the value.

Regards,

Günter
 
Back
Top