Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (136 - 138 of 3866)

Ticket Resolution Summary Owner Reporter
#345 Fixed @OSVersion Windows 2008 Jpm PeteW
Description

Hello,

@OSVersion reports as WIN_VISTA under Windows 2008; help file indicates WIN_2008 should be recognised.

System: Windows 2008 (64bit) Enterprise server, SP1; AutoIt v3.2.12.0

Example code:

msgbox(0,"", @OSType &";" & @OSVersion &";" & @OSBuild &";" &  @OSServicePack &";" & @OSLang & ";" & @ProcessorArch)
;2008 server shows 'WIN32_NT;WIN_VISTA;6001;Service Pack 1;0409;X64'

Apologies if this has been covered already.

Cheers, Pete.

#380 Fixed @OSVersion return WIN_2003 on Windows XP x64 MUI Jon anonymous
Description

The Macro @OSVersion returns a wrong value on Windows XP x64 MUI. It returns "WIN_2003", my script was compiled on a Windows XP x32 german system. The target system, on which the script runs is Windows XP x64 MUI with german language files.

Regards, Tim Meurer

#2265 Works For Me @OSVersion returns "UNKNOWN" in Windows 8 Tripredacus
Description

Using @OSVersion variable on Windows 8 returns "UNKNOWN" as its data. Tested on Windows 8 Core RTM x64. 32bit compiled app.

MsgBox(4096, "OSVersion test", @OSVersion )
Note: See TracQuery for help on using queries.