how to get OS version from register

Z

zhu

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

Can anyone help?

thanks
 
J

Jerold Schulman

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top