Search notes:

winver.exe

winver.exe opens a Windows that reports currently running Windows version:
In PowerShell, the Windows version can be determined with [environment]::osVersion.version or [environment]::osVersion.versionString which has the benefit that the version string is copy-pastable.

Index