You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Get-WindowsVersion to inlcude DisplayVersion, e.g. 22H2.
Modified format file windowsversion.format.ps1xml to replace ReleaseID with the DisplayVersion value.
Revised Get-WindowsVersion to use systeminfo to retrieve the operating system name and if that fails, fall back to using the registry entry. The registry entry for Windows 11 typically still shows Windows 10.