Results 1 to 3 of 3

Thread: Getting windows version number

  1. #1
    Join Date
    May 2009
    Posts
    59

    Getting windows version number

    Hi,

    I want to find the version number of my windows vista. i don know how to find out the product edition, build number and revision number for Windows Vista. Is there a way to determine what Windows version and edition a script is running on.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Getting windows version number

    You can find the product edition, build number and revision number for Windows Vista by using Registry.

    • Open Registry Editor
    • Select this registry key
    • HKEY_LOCAL_MACHINE\Software\Microsoft \Windows NT\CurrentVersion
    • Now in right pane, you will find many registry subkeys and its value date.


    From here you can read the value for some of the keys.

    ProductName - windows vista
    EditionID - edition of the operating system - if its home edition it will show you the same.
    BuildLabEx - this will give the build number and the next set of number if revision number
    6000.20532.x86fre.vista_ldr.070207-1500

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: Getting windows version number

    To obtain the full version number for the operating system you can see it by using the GetVersionEx, GetSystemMetrics, GetProductInfo, and GetNativeSystemInfo. see here for more details http://msdn.microsoft.com/en-us/libr...29(VS.85).aspx

Similar Threads

  1. Replies: 3
    Last Post: 05-07-2013, 11:00 AM
  2. Replies: 9
    Last Post: 13-10-2011, 10:27 AM
  3. Replies: 1
    Last Post: 25-08-2011, 09:23 AM
  4. Version number in main.db for Skype
    By Camdra in forum Technology & Internet
    Replies: 7
    Last Post: 24-06-2011, 09:38 PM
  5. Remove the version number of Office in Windows 7
    By SpearMan in forum Tips & Tweaks
    Replies: 0
    Last Post: 21-05-2009, 03:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,288,411.47744 seconds with 17 queries