Windows Version

T M N Irish 21 Reputation points
2021-07-09T17:03:33.477+00:00

2021 July 09 BGinfo query

Product shows Windows 10 Pro
ReleaseID shows 2009

but Windows version is now 21H1.
Is there a way for BGinfo to show 21H1 ?

Settings , About shows

Edition Windows 10 Pro
Version 21H1

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,083 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tyrone Wyatt 171 Reputation points
    2021-07-24T01:20:07.54+00:00

    The version field in Windows 10 for versions 2004 or older is in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseId registry key, however for versions 20H2 or newer its in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DisplayVersion

    I wrote this VBS to output the version for BgInfo for my work https://github.com/tyronewyatt/VisualBasic-Scripts/blob/main/OSVersion2.vbs

    117536-image.png

    I'm no VB expert so please upvote my PowerShell in BgInfo request https://learn.microsoft.com/en-us/answers/questions/487868/bginfo-support-for-powershell-commands-and-scripts.html


4 additional answers

Sort by: Most helpful
  1. Martin Tschimmel 6 Reputation points
    2022-08-29T21:02:04.117+00:00

    try SELECT Version FROM Win32_OperatingSystem and / or SELECT Caption FROM Win32_OperatingSystem as a custom WMI query.

    1 person found this answer helpful.

  2. Magnus Lundqvist 1 Reputation point
    2021-07-20T08:28:04.55+00:00

    When running on a Server 2022 BG Info display OS Version "Windows Server 2016" Any new version available soon?


  3. T M N Irish 21 Reputation points
    2021-07-31T16:42:41.483+00:00

    2021 July 31 Sat 17:30 GMT

    Thank you very much. It works beautifully.

    I tried to upload a .png as evidence, but the system refused to recognise it !

    0 comments No comments

  4. manicIT 1 Reputation point
    2021-11-17T17:24:45.983+00:00

    Edit config.bgi and add OS Name (or some other label) with this registry value: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName

    Verified on Server operating systems from 2022 back to 2012R2.