how to get OS version from register

  • Thread starter Thread starter zhu
  • Start date Start date
Z

zhu

Hi all, I'm looking for the registry entry that store OS version info.

Can anyone help?

thanks
 
Hi all, I'm looking for the registry entry that store OS version info.

Can anyone help?

thanks
Key is "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
Value Name is CurrentVersion, a string (REG_SZ) data type.

See tip 7823 in the 'Tips & Tricks' at http://www.jsifaq.com
CSDVersion contains the Service Pack.
ProductName contains the product name.
 
Back
Top