| RE: Incorrect Windows Version displayed with (!VER) command Patchou is right... It's probably the compatibility settings (didn't think of that before).
 Here's what my program says when running in Win2K compatibility mode:
 GetWindowsVersionString="Windows 2000"
 GetWindowsServicePackVersionString=""
 
 Win32MajorVersion=5
 Win32MinorVersion=0
 Win32BuildNumber=2195
 Win32CSDVersion=
 
 (Same as the (!VER) up there).
 |