10, 11, what's the difference
Latest update:
Say what you want about Windows, but the one thing you can never take
away from it is consistency:
> (Get-WmiObject -class Win32_OperatingSystem).Caption
Microsoft Windows 11 Pro
> reg query 'HKLM\Software\Microsoft\Windows NT\CurrentVersion' | sls '([ty]version|tname) '
CurrentVersion REG_SZ 6.3
DisplayVersion REG_SZ 22H2
ProductName REG_SZ Windows 10 Pro
Sure, why not?
> Get-ComputerInfo | select OsName,WindowsProductName
OsName WindowsProductName
------ ------------------
Microsoft Windows 11 Pro Windows 10 Pro
> winver
Tags: ойті
Authors: ag