OSVersion

This program returns information about the version of the operating system. It returns the operating system name, edition and version. It also has a function to return version strings from .dll and .exe files.


Win API Functions used:

GetFileVersionInfo
GetFileVersionInfoSize
GetProductInfo
GetSystemMetrics
RtlGetVersion
RtlMoveMemory
VerQueryValue


——— Last updated 09/04/2023 ———