All Forums
 Microsoft Windows CE
 General CE
 Determining the OS build version
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

dcx

35 Posts

Posted - 22 Mar 2006 :  10:35:49  Show Profile  Email Poster
Is there a way to find the complete OS version from the OS itself (ie without hooking up to the debug port)?

In control panel under System, on the General tab I see Microsoft Windows CE .NET Version 4.20

I am interested in further detail, ie 4.20.5 or 4.20.12, is there a way to get to this through the touch screen? Is this information available somewhere in the registry?

akidder

1519 Posts

Posted - 22 Mar 2006 :  10:53:10  Show Profile  Email Poster
Sure. The version displayed on the debug port at boot is pulled from the system registry. You can pull it up yourself with the registry editor or programmatically. They key is stored as follows:


[HKEY_LOCAL_MACHINE\Platform\product_name]
"ADSCEVersion"="v.vv.bb product_build model_registry type"
;
; where v.vv is the Microsoft kernel release and bb is the ADS build number.
;
; e.g.
;
[HKEY_LOCAL_MACHINE\PlatformGCX]
"ADSCEVersion"="4.20.12 GCX_PRO_HIVE"


Go to Top of Page

dcx

35 Posts

Posted - 24 Mar 2006 :  13:11:32  Show Profile  Email Poster
Thank you!
Go to Top of Page

jjoseph

47 Posts

Posted - 17 May 2007 :  15:07:49  Show Profile
We are moving to a new convention with ADSCEVersion where the product name is removed from the key. This will allow software to search a common key regardless of platform.

The key would be as follows:

[HKEY_LOCAL_MACHINEPlatform]
"ADSCEVersion"="v.vv.bb product_build model_registry type"

; e.g.
[HKEY_LOCAL_MACHINEPlatform]
"ADSCEVersion"="5.00.09 GCX_PRO_HIVE"
Go to Top of Page
  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000